home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineButton2_151 / BUTTONCONDACTION on(release).as next >
Text File  |  2005-08-12  |  194b  |  13 lines

  1. on(release){
  2.    if(_root.sv_autoQ != 1)
  3.    {
  4.       _root.sv_autoQ = 1;
  5.       this.autoQ.nextFrame();
  6.    }
  7.    else
  8.    {
  9.       _root.sv_autoQ = 0;
  10.       this.autoQ.prevFrame();
  11.    }
  12. }
  13.